quasar-ui-danx 0.0.49 → 0.0.50
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/package.json
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
export { default as ColumnListItem } from "./ColumnListItem.vue";
|
2
2
|
export { default as ColumnSettingsDialog } from "./ColumnSettingsDialog.vue";
|
3
|
-
export { default as TitleColumnFormat } from "
|
3
|
+
export { default as TitleColumnFormat } from "./TitleColumnFormat.vue";
|
4
4
|
export { default as VisibleColumnsToggleButtons } from "./VisibleColumnsToggleButtons.vue";
|