web-extend-plugin-vue2 0.1.3 → 0.1.4

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/src/constants.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 与 `web-extend-plugin-server` 返回的 `FrontendPluginsResponse.hostPluginApiVersion` 保持一致,用于契约校验。
2
+ * 与 `plugin-web-starter`(WebPluginsResponse)返回的 `hostPluginApiVersion` 保持一致,用于契约校验。
3
3
  * @type {string}
4
4
  */
5
5
  export const HOST_PLUGIN_API_VERSION = '1.0.0'