officialblock 1.7.1 → 1.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/official-block.cjs.js +6 -6
- package/dist/official-block.es.js +2274 -2276
- package/dist/official-block.umd.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -164,7 +164,9 @@ export default defineNuxtPlugin((nuxtApp) => {
|
|
|
164
164
|
</template>
|
|
165
165
|
```
|
|
166
166
|
|
|
167
|
-
📚
|
|
167
|
+
📚 详细文档:
|
|
168
|
+
- [SSR 支持文档](./docs/SSR_SUPPORT.md) - 完整的 SSR 支持说明
|
|
169
|
+
- [Nuxt 3 使用指南](./docs/NUXT_USAGE.md) - 在 Nuxt 3 项目中的详细使用示例
|
|
168
170
|
|
|
169
171
|
### TypeScript Support
|
|
170
172
|
|