- larvale version 5.6 to 5.8
This commit is contained in:
parent
a2967b90ee
commit
265cfbcd30
43 changed files with 925 additions and 246 deletions
7
resources/js/search/main.ts
Normal file
7
resources/js/search/main.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Vue from 'vue';
|
||||
import App from './App.vue';
|
||||
|
||||
new Vue({
|
||||
el: '#test',
|
||||
render: h => h(App)
|
||||
});
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue