0.0.3 • Published 3 years ago
webchangelog v0.0.3
使用NPM安装:
npm install webchangelogimport "webchangelog"直接引入:
<script src="./WebChangeLog.js" type="module"></script>
<body>
<!-- 插入自定义标签 -->
<web-changelog></web-changelog>
</body>Demo:

npm install webchangelogimport "webchangelog"<script src="./WebChangeLog.js" type="module"></script>
<body>
<!-- 插入自定义标签 -->
<web-changelog></web-changelog>
</body>