Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordizzy <diosmosis@users.noreply.github.com>2022-03-08 00:22:25 +0300
committerGitHub <noreply@github.com>2022-03-08 00:22:25 +0300
commit7c80d543332f84c396c0be81df91f8d27f49f517 (patch)
tree259d99d3d28521c1eb642b067d055305591338ce /plugins/Goals/vue/src/index.ts
parent8188140d9daf90b2aec1bbd6ff76b2218c288ad0 (diff)
[Vue] migrate goal page link directive and add event to replace use of angularjs in html ajax code (#18888)
* migrate goal-page-link * make event more generic and use in compileAngularComponents()
Diffstat (limited to 'plugins/Goals/vue/src/index.ts')
-rw-r--r--plugins/Goals/vue/src/index.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/Goals/vue/src/index.ts b/plugins/Goals/vue/src/index.ts
new file mode 100644
index 0000000000..5be8221004
--- /dev/null
+++ b/plugins/Goals/vue/src/index.ts
@@ -0,0 +1,10 @@
+/*!
+ * Matomo - free/libre analytics platform
+ *
+ * @link https://matomo.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
+import './GoalPageLink/GoalPageLink.adapter';
+
+export { default as GoalPageLink } from './GoalPageLink/GoalPageLink.ts';