hel-tpl-remote-vue3-comps-ts
Version:
A simple remote vue3 comp template(typescript、dev with vite or webpack, build with webpack ), see [online usage](https://codesandbox.io/s/demo-load-remote-vue3-comp-2fd34s?file=/src/main.js)
27 lines (22 loc) • 418 B
CSS
h3[data-v-776e7215] {
margin: 40px 0 0;
}
ul[data-v-776e7215] {
list-style-type: none;
padding: 0;
}
li[data-v-776e7215] {
display: inline-block;
margin: 0 10px;
}
a[data-v-776e7215] {
color: #42b983;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-align: center;
color: #2c3e50;
margin-top: 60px;
}