Kocal-Web-Extensions/Solary

View on GitHub
src/options/options.ts

Summary

Maintainability
A
0 mins
Test Coverage
import Vue from 'vue';
import App from './App.vue';

/* eslint no-new: "off" */
new Vue({
  el: '#app',
  render: (h) => h(App),
});