[PR #2318] [MERGED] Make use of Vue more universal #16340

Closed
opened 2025-11-02 12:08:16 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2318
Author: @Morlinest
Created: 8/17/2017
Status: Merged
Merged: 8/17/2017
Merged by: @lafriks

Base: masterHead: improve-vue-usage


📝 Commits (1)

  • 12bcf9a Make use of Vue more universal

📊 Changes

2 files changed (+4 additions, -4 deletions)

View changed files

📝 public/js/index.js (+3 -3)
📝 templates/user/dashboard/dashboard.tmpl (+1 -1)

📄 Description

Init Vue on any page where exists element with id="app". Don't need to create new Vue() for each page. Vue components should be used for logic.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2318 **Author:** [@Morlinest](https://github.com/Morlinest) **Created:** 8/17/2017 **Status:** ✅ Merged **Merged:** 8/17/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `improve-vue-usage` --- ### 📝 Commits (1) - [`12bcf9a`](https://github.com/go-gitea/gitea/commit/12bcf9a4e041d261f9a19e848895c38f23a63fb3) Make use of Vue more universal ### 📊 Changes **2 files changed** (+4 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `public/js/index.js` (+3 -3) 📝 `templates/user/dashboard/dashboard.tmpl` (+1 -1) </details> ### 📄 Description Init Vue on any page where exists element with `id="app"`. Don't need to create `new Vue()` for each page. Vue components should be used for logic. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:08:16 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16340