add nova
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/* Nova Resource Tool CSS */
|
||||
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>{{ title }}</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ['resourceName', 'resourceId', 'panel'],
|
||||
|
||||
mounted() {
|
||||
//
|
||||
},
|
||||
}
|
||||
</script>
|
||||
@@ -0,0 +1,5 @@
|
||||
import Tool from './components/Tool'
|
||||
|
||||
Nova.booting((app, store) => {
|
||||
app.component('{{ component }}', Tool)
|
||||
})
|
||||
Reference in New Issue
Block a user