This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// https://codesandbox.io/s/v37l3k0k53 | |
const Vue = require('vue') // npm install vue | |
const M = require('materialize-css') // npm install materialize-css@^1.* | |
Vue.component('MaterializeSelect', { | |
template: ` | |
<select :value='value'> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- type de document --> | |
<!doctype html> | |
<!-- dialecte --> | |
<html lang='fr-FR'> | |
<head> | |
<!-- encodage --> | |
<meta charset='utf8'> | |
<title>Captcha avec bouton de rechargement</title> | |
</head> | |
<body> |
NewerOlder