pull/979/head
Cory LaViska 2022-10-24 10:06:39 -04:00
rodzic 119b923522
commit 9027ce055a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ import ShoelaceModelDirective from '@shoelace-style/vue-sl-model';
import App from './App.vue';
Vue.use(ShoelaceModelDirective);
Vue.config.ignoredElements = [/sl-/]
Vue.config.ignoredElements = [/sl-/];
const app = new Vue({
render: h => h(App)