You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -22,9 +22,7 @@ import { Meta } from '@storybook/addon-docs';
22
22
23
23
<br/>
24
24
25
-
Polaris Vue by Qikify is a component library for [Vue 3](https://vuejs.org/) based on [Shopify Polaris style guide](https://polaris.shopify.com/). We try to keep the package light-weight and easy to use (mostly similar with original Polaris Library).
26
-
27
-
Polaris Vue by qikify only supports **Vue 3.0+**.
25
+
Polaris Vue by Ownego is a component library for [Vue 3](https://vuejs.org/) based on [Shopify Polaris style guide](https://polaris.shopify.com/). We try to keep the package light-weight and easy to use (mostly similar with original Polaris Library).
Copy file name to clipboardExpand all lines: src/utilities/errors.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ export class MissingAppProviderError extends Error {
3
3
super(
4
4
`${
5
5
message ? `${message} ` : message
6
-
}Your application must be wrapped in an <AppProvider> component. See https://qikify.github.io/polaris-vue/?path=/docs/components-structure-app-provider for implementation instructions.`,
6
+
}Your application must be wrapped in an <AppProvider> component. See https://ownego.github.io/polaris-vue/?path=/docs/components-structure-app-provider for implementation instructions.`,
7
7
);
8
8
this.name='MissingAppProviderError';
9
9
}
@@ -14,7 +14,7 @@ export class MissingFrameError extends Error {
14
14
super(
15
15
`${
16
16
message ? `${message} ` : message
17
-
}Your component must be wrapped in a <Frame> component. See https://qikify.github.io/polaris-vue/?path=/docs/components-structure-frame--page for implementation instructions.`,
17
+
}Your component must be wrapped in a <Frame> component. See https://ownego.github.io/polaris-vue/?path=/docs/components-structure-frame--page for implementation instructions.`,
0 commit comments