1.2.5 • Published 3 years ago

test-hello-world-component v1.2.5

Weekly downloads
16
License
ISC
Repository
-
Last release
3 years ago

下载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>
1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago