test-hello-world-component

1.2.5 • Public • Published

下载cnpm i test-hello-world-component

使用

<template>
  <div id="app">
    <TestHello></TestHello>
  </div>
</template>
<script>
import TestHello from "test-hello-world-component";
export default {
  name: "HelloWorld",
  components: { TestHello },
};
</script>
<style>
#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
</style>

Readme

Keywords

none

Package Sidebar

Install

npm i test-hello-world-component

Weekly Downloads

0

Version

1.2.5

License

ISC

Unpacked Size

35.3 kB

Total Files

5

Last publish

Collaborators

  • huangshasha