s6e94 stuff with templates
This commit is contained in:
parent
1f786d3e39
commit
d97482e4d7
@ -1,13 +1,18 @@
|
||||
<template>
|
||||
<div id="app">
|
||||
Hello World
|
||||
Server status {{status}}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data: function(){
|
||||
return {
|
||||
status: 'critical'
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
@ -4,4 +4,4 @@ import App from './App.vue'
|
||||
new Vue({
|
||||
el: '#app',
|
||||
render: h => h(App)
|
||||
})
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user